home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Transport Independent Speech / SpokenSerialApp / Listening.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-16  |  421 b   |  20 lines  |  [TEXT/CWIE]

  1. #ifndef __LISTENING__
  2. #define __LISTENING__
  3.  
  4. #include <Gestalt.h>
  5.  
  6. #ifndef __SPEAKINGERRORS__
  7. #include "Speaking_Errors.h"
  8. #endif
  9.  
  10. #ifndef __STRUCT__
  11. #include "Struct.h"
  12. #endif
  13.  
  14. OSErr        InitSpeechRecognition    (SpeechInfoPtr theSpeechInfo);
  15. OSErr        OpenSpeechRecognition    (SpeechInfoPtr theSpeechInfo);
  16. OSErr        ConfigureRecognition    (SpeechInfoPtr theSpeechInfo);
  17. OSErr        GetNewRecognizer        (SpeechInfoPtr theSpeechInfo);
  18.  
  19. #endif
  20.